DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1SortDataCollection<T> Class / C1SortDataCollection<T> Constructor
The source.

In This Topic
    C1SortDataCollection<T> Constructor
    In This Topic
    Initializes a new instance of the C1SortDataCollection<T> class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal source As IEnumerable(Of T) _
    )
    public C1SortDataCollection<T>( 
       IEnumerable<T> source
    )

    Parameters

    source
    The source.
    See Also